home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / TPWN31.ARJ / TTFCNST.PAS < prev    next >
Pascal/Delphi Source File  |  1992-04-06  |  155b  |  15 lines

  1. unit ttfcnst;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.         cm_About = 101;
  8.     cm_Shadows = 201;
  9.     cm_AlignmentMarks    =    202;
  10.     cm_Fonts    =    203;
  11.  
  12. implementation
  13.  
  14. end.
  15.